two-phase commit - traduzione in russo
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

two-phase commit - traduzione in russo

2PC
Two-phase commit; Two phase commit; 2PC; 2-phase commit; Two-phase-commit protocol

two-phase commit         

общая лексика

обоюдный (двухфазный) контроль завершения транзакций, двухфазная фиксация (подтверждение) транзакций, двухфазное выполнение с контролем

протокол обработки транзакций, обеспечивающий синхронное внесение изменений в распределенные базы данных. Состоит в том, что при завершении транзакции участвующие в ней серверы БД получают команду "приготовиться к фиксации транзакции". После получения подтверждения от всех серверов транзакция фиксируется на каждом из них. Таким образом обеспечивается распределенная обработка данных в неоднородной среде. Требует скоростных линий связи и доступности всех серверов

синоним

2PC (TPC)

2PC         

общая лексика

TPC

Смотрите также

two-phase commit

commit         
WIKIMEDIA DISAMBIGUATION PAGE
Commit (disambiguation)

[kə'mit]

общая лексика

фиксация [транзакции]

этап транзакции, когда все изменения во всех ресурсах, задействованных в этой транзакции, становятся окончательными

фиксировать [транзакцию]

совершать

поручать

связывать себя обязательствами

Смотрите также

commit message; transaction

глагол

общая лексика

совершать (чаще дурное)

поручать

вверять

передавать (на рассмотрение

хранение и т. п.)

(to) предавать

привести в какое-л. состояние

(to) помещать (принудительно)

связать себя обязательствами

словом и т. п.

быть преданным

посвятить себя (чему-л.)

считать своим долгом или обязанностью

разговорное выражение

сажать в тюрьму или сумасшедший дом

военное дело

вводить в бой (to)

Definizione

фаза
1. ж.
1) Период, стадия, этап в развитии чего-л.
2) Само положение, форма чего -л. в данный момент; фазис.
2. ж.
Величина, характеризующая состояние какого-л. процесса в каждый момент времени (в физике).
3. ж.
Однородная часть какой-л. неоднородной системы (в химии).
4. ж.
Отдельная группа обмоток генератора, а также присоединенный к ней провод, передающий электрический ток (в электротехнике).

Wikipedia

Two-phase commit protocol

In transaction processing, databases, and computer networking, the two-phase commit protocol (2PC) is a type of atomic commitment protocol (ACP). It is a distributed algorithm that coordinates all the processes that participate in a distributed atomic transaction on whether to commit or abort (roll back) the transaction. This protocol (a specialised type of consensus protocol) achieves its goal even in many cases of temporary system failure (involving either process, network node, communication, etc. failures), and is thus widely used. However, it is not resilient to all possible failure configurations, and in rare cases, manual intervention is needed to remedy an outcome. To accommodate recovery from failure (automatic in most cases) the protocol's participants use logging of the protocol's states. Log records, which are typically slow to generate but survive failures, are used by the protocol's recovery procedures. Many protocol variants exist that primarily differ in logging strategies and recovery mechanisms. Though usually intended to be used infrequently, recovery procedures compose a substantial portion of the protocol, due to many possible failure scenarios to be considered and supported by the protocol.

In a "normal execution" of any single distributed transaction (i.e., when no failure occurs, which is typically the most frequent situation), the protocol consists of two phases:

  1. The commit-request phase (or voting phase), in which a coordinator process attempts to prepare all the transaction's participating processes (named participants, cohorts, or workers) to take the necessary steps for either committing or aborting the transaction and to vote, either "Yes": commit (if the transaction participant's local portion execution has ended properly), or "No": abort (if a problem has been detected with the local portion), and
  2. The commit phase, in which, based on voting of the participants, the coordinator decides whether to commit (only if all have voted "Yes") or abort the transaction (otherwise), and notifies the result to all the participants. The participants then follow with the needed actions (commit or abort) with their local transactional resources (also called recoverable resources; e.g., database data) and their respective portions in the transaction's other output (if applicable).

The two-phase commit (2PC) protocol should not be confused with the two-phase locking (2PL) protocol, a concurrency control protocol.

Traduzione di &#39two-phase commit&#39 in Russo